1104 Assign\nAssign an expression or URL contents to a variable
1105 Pause\nPause for a duration
1106 Event\nExecute an internal or user defined event
1107 Output\nWrite to the status line in browser or console
1108 Visible\nSet visible or hide
1109 Audio\nStart or stop playing audio
1110 Stop\nStop any activity (except resource loading)
1111 Cursor\nSet the cursor to display
1200 PageEnter\nThe user has entered the page
1201 PageLoaded\nAll resources have completed loading
1202 PageExit\nThe user has exited the page
1203 MouseDown\nA mouse button has been pressed
1204 MouseMove\nThe mouse has been moved
1205 MouseUp\nA mouse button has been released (clicked)
1206 MouseEnter\nThe mouse has entered the Rio
1207 MouseExit\nThe mouse has exited the Rio
1208 MouseDrag\nThe mouse has been dragged
1209 MouseDblClick\nA mouse button has been double clicked
1210 Key\nA key has been pressed
1211 Timer\nA timer has elapsed
1212 UserEvent\nUser event received
2000 Event
2001 Description
2002 Failed to get Clipboard data!
2003 Failed to open Clipboard!
2004 Displays a Tip of the Day.
2005 Ti&p of the Day...
2006 Did you know...
2007 Tips file does not exist in the prescribed directory
2008 Trouble reading the tips file
2009 &Help
2010 %lu KB
2011 %lu KB Free on %c:
2012 Unavailable
2013 Generate
2014 Standard
2016 Properties
2017 Options
2018 Design
2019
2020 &Tools
2101 When executing on your web page, a jump to '%1' will be made.
2102 Do you wish to break the conditional connection?
2103 A connection already exists from this action. Continuing will \nbreak this connection. Do you wish to proceed?
2104 The relevant HTML segment has been copied to the clipboard. You may now paste this into a HTML file or a HTML editor. Don't forget to copy any other files such as audio before publishing your page.
2105 Provide a description of this variable here.
2106 The Publish operation was successful. All files were copied.
2107 Copying file '%1'
2108 File '%1' already exists. Do you wish to replace it?
2109 Directory '%1' does not exist. Do you wish to create it?
2110 The Publish operation was successful. All files were copied. This Rio contains links to other Rios on your page. Don't forget to publish these Rios also!
2111 Running the Wizard may destroy actions that you have manually edited! Are you sure you wish to do this?
2112 The default browser has not been set. Do you wish to set it now?
2113 Playing...
2114 Completed!
2115 Setting the user level to Expert will expose you to additional functionality. Are you sure you wish to become a boffin?
2116 Setting the user level to Beginner will hide functionality. Are you sure you wish to do this?
2117 You have %1 days remaining to evaluate this product.
2118 Publish to:
2119 Loading audio %1...
2120 When viewed through a browser, variable '%1' will be set with URL '%2'.
2200 The time format is illegal. Time should be like "mm:ss.t".
2201 Unable to load '%1'. \nIt is not a Rio file!
2202 One or more actions makes reference to this Rio. You must \nremove such references before removing this Rio.
2203 Please make sure the project is not running before closing!
2204 Syntax error.
2205 Missing " in string constant.
2206 Left bracket '(' expected.
2207 Right bracket ')' expected.
2208 Comma ',' expected.
2209 Illegal type.
2210 Too many variables specified.
2211 The variable could not be created. Invalid variable name.
2212 The variable name has already been defined.
2213 The variable name is invalid.
2214 You cannot delete the start action!
2215 You cannot make a connection to the start action.
2216 Unable to create directory '%1'!
2217 File '%1' is missing!
2218 The Publish operation did not copy all files. The published project may not work correctly.
2219 Unable to copy file '%1' to '%2'!
2220 There was a problem starting the browser! Make sure the path to the browser is set correctly, and there is enough memory.
2222 Another referenced Rio already has the name '%1'.
2223 You cannot edit actions while running the project!
2224 Unable to load Rio file "%1". Do you wish to try and find this file yourself?
2225 The registration information supplied was incorrect!
2226 Your evaluation period for this product has expired, please register or discontinue use.
2227 The license agreement file was unable to be found. You must \nagree to the terms included in this file before using \nthis product. Please reinstall the software.
2228 Description:\nCalculates the absolute value.\n\nUsage:\nabs(x)\n\nParameters:\nx integer or float value.\n\nReturn:\nReturns absolute value as an integer or float depending on parameter.
2229 Description:\nGenerates a random number.\n\nUsage:\nrnd()\n\nReturn:\nReturns a random float between 0.0 and 1.0.
2230 Description:\nCalculates the arccosine.\n\nUsage:\nacos(x)\n\nParameters:\nx float value.\n\nReturn:\nReturns the arccosine value.
2231 Description:\nCalculates the arcsine.\n\nUsage:\nasin(x)\n\nParameters:\nx float value.\n\nReturn:\nReturns the arcsine value.
2232 Description:\nCalculates the arctangent.\n\nUsage:\natan(x)\n\nParameters:\nx float value.\n\nReturn:\nReturns the arctangent value.
2233 Description:\nCalculates sines.\n\nUsage:\nsin(x)\n\nParameters:\nx float value.\n\nReturn:\nReturns the sine value.
2234 Description:\nCalculates the ceiling of a value.\n\nUsage:\nceil(x)\n\nParameters:\nx float value.\n\nReturn:\nReturns an integer representing the smallest integer that is greater than or equal to x.
2235 Description:\nCalculates cosines.\n\nUsage:\ncos(x)\n\nParameters:\nx float value.\n\nReturn:\nReturns the cosine value.
2236 Description:\nCalculates a square root.\n\nUsage:\nsqrt(x)\n\nParameters:\nx float value.\n\nReturn:\nReturns a float representing the square root of x.
2237 Description:\nCalculates the floor of a value.\n\nUsage:\nfloor(x)\n\nParameters:\nx float value.\n\nReturn:\nReturns an integer representing the largest integer that is less than or equal to x.
2238 Description:\nCalculates a logarithm.\n\nUsage:\nlog(x)\n\nParameters:\nx float value.\n\nReturn:\nReturns a float representing the logarithm of x.
2239 Description:\nCalculates a tangent.\n\nUsage:\ntan(x)\n\nParameters:\nx float value.\n\nReturn:\nReturns a float representing the tangent of x.
2240 Description:\nReturns the date.\n\nUsage:\nDate()\nDate(mode)\n\nParameters:\nmode integer.\n\nReturn:\nReturns the complete date as a string. If there is no parameter, or the parameter evaluates to 0, then the date is returned in long format. If the parameter evaluates to 1, then a short version of the date is returned.\n\nExamples:\nDate() or Date(0) returns "Monday, January 1, 1999".\nDate(1) returns "01/01/99"
2241 Description:\nReturns the current day.\n\nUsage:\nDay()\nDay(mode)\n\nParameters:\nmode integer.\n\nReturn:\nReturns the current day. If there is no parameter, or the parameter evaluates to 0, then the day is returned as a word. If the parameter evaluates to 1, then the day of the month is returned.\n\nExamples:\nDay() or Day(0) returns "Monday".\nDay(1) returns "01"
2242 Description:\nReturns the current month.\n\nUsage:\nMonth()\nMonth(mode)\n\nParameters:\nmode integer.\n\nReturn:\nReturns the month. If there is no parameter, or the parameter evaluates to 0, then the month is returned as a word. If the parameter evaluates to 1, then the month number is returned.\n\nExamples:\nMonth() or Month(0) returns "January".\nMonth(1) returns "01"
2243 Description:\nReturns the year.\n\nUsage:\nYear()\nYear(mode)\n\nParameters:\nmode integer.\n\nReturn:\nReturns the year. If there is no parameter, or the parameter evaluates to 0, then the year is returned in long format. If the parameter evaluates to 1, then the year is returned in short format.\n\nExamples:\nYear() or Year(0) returns "1999".\nYear(1) returns "99"
2244 Description:\nReturns the current time.\n\nUsage:\nTime()\nTime(mode)\n\nParameters:\nmode integer.\n\nReturn:\nReturns the complete time as a string. If there is no parameter, or the parameter evaluates to 0, then the time is returned in 24 hour format. If the parameter evaluates to 1, then the time is returned in 12 hour format.\n\nExamples:\nTime() or Time(0) returns "23:45:12".\nTime(1) returns "11:45:12 PM"
2245 Description:\nReturns the current hour.\n\nUsage:\nHour()\nHour(mode)\n\nParameters:\nmode integer.\n\nReturn:\nReturns the current hour. If there is no parameter, or the parameter evaluates to 0, then the hour is returned in 24 hour format. If the parameter evaluates to 1, then the hour is returned in 12 hour format.\n\nExamples:\nHour() or Hour(0) returns "23".\nHour(1) returns "11"
2246 Description:\nReturns the current minute.\n\nUsage:\nMinute()\n\nReturn:\nReturns the current minute.\n\nExamples:\nMinute() returns "45".
2247 Description:\nReturns the current second.\n\nUsage:\nSecond()\n\nReturn:\nReturns the current second.\n\nExamples:\nSecond() returns "12".
2248 Description:\nSet when a Timer event has executed. You may use this variable to determine which timer has elapsed.
2249 Description:\nSet before any mouse events are called. You may use this variable to determine the x position of the mouse when a mouse event occurred.
2250 Description:\nSet before any mouse events are called. You may use this variable to determine the y position of the mouse when a mouse event occurred.
2251 Description:\nSet before a Key event is executed. You may use this variable to determine what key was pressed by the user. The key holds an ASCII representation of the key.
2252 Description:\nSet before a User Event is called. You may use this variable to determine the user event number of the event that has been called.
2253 Description:\nThe value of PI.
2254 The Rio file '%1' was not found!
2255 Failed to load '%1'.
2256 Description:\nReturns the string represenation of a character code.\n\nUsage:\nChar(code)\n\nParameters:\ncode integer.\n\nReturn:\nReturns the character represented by code, as a string (single character). The coding system depends on the font being used, but usually refers to an ASCII code. However, the codes are not limited to the normal ASCII 128 (or extended 256) codes\.r\n\nExamples:\nChar(65) returns "A"
2257 token
2258 Description:\nReturns the left part of a string.\n\nUsage:\nLeft(value, count)\n\nParameters:\nvalue string.\ncount integer\n\nReturn:\nExtracts the first (leftmost) count characters from this value.\n\nExamples:\nLeft("Hello There", 5) returns "Hello".
2259 Description:\nReturns the right part of a string.\n\nUsage:\nRight(value, count)\n\nParameters:\nvalue string.\ncount integer\n\nReturn:\nExtracts the last (rightmost) count characters from this value.\n\nExamples:\nRight("Hello There", 5) returns "There".
2260 Description:\nReturns the middle part of a string.\n\nUsage:\nMid(value, first, count)\n\nParameters:\nvalue string\nfirst integer\ncount integer\n\nReturn:\nExtracts a substring of length count from value, starting at position first (zero-based).\n\nExamples:\nMid("Hello There", 4, 2) returns "lo".
2261 Description:\nReturns the length of a string.\n\nUsage:\nLen(value)\n\nParameters:\nvalue string\n\nReturn:\nThe length of the string as an integer.\n\nExamples:\nLen("Hello There") returns 11.
2262 This audio is not in the correct format. It should be Sun '.au' format, 8000 Hz, mono, ╡-law.
33101 Show the Presentation View
33103 Show the Design View
33104 Insert Rio into project
33105 Remove Rio from project
33106 Play the project\nPlay
33107 Stop playing the project\nStop
33108 Edit or view variables
33109 View functions
33111 Connect two or more actions together\nConnect Actions\nConnect
33112 Break connections between two or more actions\nBreak Connection\nBreak
33113 Connect condition action to another action\nConnect Condition\nCondition
33114 Generate HTML code for this project and copy to the clipboard\nCopy HTML To Clipboard
33115 Preview the project in the default HTML Browser\nBrowser Preview
33116 Publish all resources used by this project\nPublish
33117 Edit options
33119 Zoom out\nZoom Out\nOut
33120 Zoom in\nZoom In\nIn
33121 Starts the Wizard to help create a project\nWizard
33122 Edit the grid options\nGrid\nGrid
33123 Show or hide Event Toolbar\nToggle Event Toolbar
33125 Generate and create a HTML file for this project\nCreate HTML File
33137 Show the tip of the day\nTips
33142 Edit action properties\nAction Properties
33144 Edit Rio properties\nRio Properties
33146 Set user level to Expert\nExpert Mode\nExpert
33148 Information on tutorials\nTutorials
33149 Information on samples\nSamples
33150 Display information on registration\nRegistration Information
33151 Jump to Riada's web page\nRiada's Web Page
33152 Register this product\nRegister
33153 Edit/display a comment about an action\nComment
57344 RiadaCartel
57345 For Help, press F1
57346 Select an object on which to get Help
57600 Create a new document\nNew
57601 Open an existing document\nOpen
57602 Close the active document\nClose
57603 Save the active document\nSave
57604 Save the active document with a new name\nSave As
57605 Change the printing options\nPage Setup
57606 Change the printer and printing options\nPrint Setup
57607 Print the active document\nPrint
57609 Display full pages\nPrint Preview
57612 Send the active document through electronic mail\nSend Mail
57616 Open this document
57617 Open this document
57618 Open this document
57619 Open this document
57620 Open this document
57621 Open this document
57622 Open this document
57623 Open this document
57624 Open this document
57625 Open this document
57626 Open this document
57627 Open this document
57628 Open this document
57629 Open this document
57630 Open this document
57631 Open this document
57632 Erase the selection\nErase
57633 Erase everything\nErase All
57634 Copy the selection and put it on the Clipboard\nCopy
57635 Cut the selection and put it on the Clipboard\nCut
57636 Find the specified text\nFind
57637 Insert Clipboard contents\nPaste
57640 Repeat the last action\nRepeat
57641 Replace specific text with different text\nReplace
57642 Select the entire document\nSelect All
57643 Undo the last action\nUndo
57644 Redo the previously undone action\nRedo
57648 Open another window for the active document\nNew Window
57649 Arrange icons at the bottom of the window\nArrange Icons
57650 Arrange windows so they overlap\nCascade Windows
57651 Arrange windows as non-overlapping tiles\nTile Windows
57652 Arrange windows as non-overlapping tiles\nTile Windows
57653 Split the active window into panes\nSplit
57664 Display program information, version number and copyright\nAbout
57665 Quit the application; prompts to save documents\nExit
57666 Opens Help\nHelp Topics
57667 List Help topics\nHelp Topics
57668 Display instructions about how to use help\nHelp
57669 Display help for clicked on buttons, menus and windows\nHelp
57670 Display help for current task or command\nHelp
57680 Switch to the next window pane\nNext Pane
57681 Switch back to the previous window pane\nPrevious Pane
59136 EXT
59137 CAP
59138 NUM
59139 SCRL
59140 OVR
59141 REC
59392 Show or hide the toolbar\nToggle ToolBar
59393 Show or hide the status bar\nToggle StatusBar
61184 Change the window size
61185 Change the window position
61186 Reduce the window to an icon
61187 Enlarge the window to full size
61188 Switch to the next document window
61189 Switch to the previous document window
61190 Close the active window and prompts to save the documents